home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5195 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: inexpensive C/C++ compilers for windows programming
  5. Date: 8 Feb 1996 13:47:37 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4fcutp$4vr@redstone.interpath.net>
  8. References: <4fadkg$s3q@ds2.acs.ucalgary.ca>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Jeremy William Yackel (jwyackel@acs3.acs.ucalgary.ca) wrote:
  13. : I was wondering if there were any C/C++ compilers out there that were 
  14. : free of charge.  I know of djgpp (GNU gcc for dos), but is there one that 
  15. : will allow me to compile a windows program?
  16.  
  17. A free Windows compiler would be almost impossible since any compiler
  18. which can compile Windows programs would have to license the Windows
  19. SDK from Microsoft. That costs money.
  20.  
  21. If you have the SDK, it may be possible for some DOS compilers to 
  22. generate Windows programs, but g++ would not be one of them since
  23. it uses a DOS extender. A compiler which generates standard DOS
  24. code might be able to generate Windows apps, but it would take
  25. a lot of painful digging to set it up.
  26.  
  27. About the cheapest Windows compiler would be Turbo C++ which comes
  28. in around $80. You may be able to find an older version cheaper.
  29.  
  30. Scott
  31.  
  32.